home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setupdt64.exe / {app} / ExampleScript5.txt < prev    next >
INI File  |  2010-08-01  |  1KB  |  47 lines

  1. [Default]
  2. #            Directory Toolkit Command Script Syntax (Ver 4.9+)
  3. #                        Funduc Software, Inc
  4. #                        Copyright 1997-2010
  5. #      http://www.funduc.comááááhttp://www.searchandreplace.com
  6. #        support@Funduc.com áááásupport@searchandreplace.comá
  7.  
  8. # 'Move' files is not a standard scriptable function.  However, in
  9. # some cases the same thing can be accomplished via a two Action
  10. # script.  In the first Action, new files (Operation=3) are copied
  11. # to Path 2.  In the second Action, the paths are reversed so that
  12. # the original Path 1 is now Path 2 and a 'Remove Identical From
  13. # Target' operation (Operation=5) is performed.  Note that this
  14. # removes ALL identical files from the original Path 1 so this is
  15. # not the equivalent of moving 'new' files so please test carefully.
  16. # Also consider using filters or specific file mask(s) to confine
  17. # the overall procedure to specific files.
  18.  
  19. [Action1]
  20. Path1=d:\test\folder1
  21. Path2=d:\test\folder2
  22. Mask=*.txt
  23. Operation=3
  24. Search_subdir=0
  25. Show Identical=1
  26. Show Different=1
  27. Match In Subdir=0
  28. Show Files in 1 Dir=1
  29. Output File=d:\test\foldsync.txt
  30. Append to Output File=1
  31. Confirm Updates=1
  32.  
  33. [Action2]
  34. Path1=d:\test\folder2
  35. Path2=d:\test\folder1
  36. Mask=*.txt
  37. Mask=*.txt
  38. Operation=5
  39. Search_subdir=0
  40. Show Identical=1
  41. Show Different=1
  42. Match In Subdir=0
  43. Show Files in 1 Dir=1
  44. Output File=d:\test\foldsync.txt
  45. Append to Output File=1
  46. Confirm Updates=1
  47.